home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / TCL1 / __MANDEL / TCL_SOUR / CDWDLOGD.H < prev    next >
Text File  |  1992-03-27  |  279b  |  14 lines

  1. //    CDWDLOGDialog.h
  2.  
  3. #pragma once
  4.  
  5. #include <CDLOGDialog.h>
  6.  
  7. class CDWDLOGDialog: public CDLOGDialog {
  8.  
  9.     public:
  10.  
  11.         virtual CPane *AddOverloadedItem( StringPtr itemText, short aWidth, short aHeight, 
  12.                         short hEncl, short vEncl,
  13.                         CView *enclosure, tDITLItem *ditlItem);
  14. };